/*bannner*/
div#BannerShow_b1{ /*position:absolute;*/ top:0;  max-width:1920px;z-index:-1;}
.banner{background-color: #101010;/* position:relative; top:-92px;*/ z-index:1;}
.banner .pc_ban{margin: 0px auto; width:1920px; position:relative; overflow:hidden;}

/*banner——swiper*/
.BannerShow_b1 .swiper-slide{overflow:hidden;}
.BannerShow_b1 .swiper-slide img{width:1920px; height:960px; display:block;}
.BannerShow_b1 .swiper-pagination{position: absolute; z-index: 20; bottom: 60px; padding-left:7%; width: 93%; text-align: left;}
.BannerShow_b1 .swiper-pagination-bullet{display: inline-block; width:50px; height:5px; border-radius:0; background: rgba(255,255,255,0.30); margin: 0 10px !important; opacity: 1; cursor: pointer;}
.BannerShow_b1 .swiper-pagination-bullet-active{background:#FFFFFF;}
/* mob_ban*/
div#BannerShow_b2{ /*position:absolute;*/ top:0;  max-width:100%;}

/*banner——swiper*/
.BannerShow_b2 .swiper-slide{overflow:hidden;}
.BannerShow_b2 .swiper-slide img{width:1920px; height:960px; display:block;}
.BannerShow_b2 .swiper-pagination{position: absolute; z-index: 20; bottom: 6.94vw; padding-left:0;text-align: center;}
.BannerShow_b2 .swiper-pagination-bullet{display: inline-block; width:50px; height:5px; border-radius:0; background: rgba(255,255,255,0.30); margin: 0 10px !important; opacity: 1; cursor: pointer;}
.BannerShow_b2 .swiper-pagination-bullet-active{background: #fff;}

/*ban_btn*/
.ban_btn{ position:absolute; z-index:4; display:inline-block; top:31vw; left:7%;}
.ban_btn a{ display:block; font-size:14px; color:#404040; line-height:60px; padding:0 52px; background: #fff; border-radius:30px; transition:all 0.5s ease 0s;}

/*inx_about*/
.about{ width:86%; margin:0 7% ;}
.inx_ab_l,.inx_ab_r{float:left;}
.inx_ab_l{ width: calc(50% - 5.2vw); padding-right:5.2vw;padding-top:5.2vw;}
.inx_ab_l h2 span{ font-size:60px; line-height:60px; text-transform:uppercase; color:#333333; font-family:arial; font-weight:bold;}
.inx_ab_l h2 i{ font-size:16px; color:#999;}
.inx_ab_l h3 { font-size:30px; line-height:5.2vw; color: #404040;}
.inx_ab_l h3:after{ content:''; width:50px; height:4px; background: #404040; display:block;}
.inx_ab_l p{ font-size:16px; color:#666666; line-height:30px; padding-top:30px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden}
.morebtn{ line-height:53px; border:1px solid #404040; border-radius:27px; width:180px; text-align:center;font-size:14px; color:#404040; display:block; margin-top:54px; transition: all 0.5s ease 0s;}
.inx_ab_r{ width:50%; position:relative; top:-100px; z-index:1;}
.inx_ab_r img{ width:100%; display:block;}
.inx_ab_nav{width:100%; position:relative ; top:-20px;}
.inx_ab_nav ul li{ width:25%; text-align:center; float:left; transition:all 0.5s ease 0s; }
.inx_ab_nav ul li a{ display:block ; text-align:center;border:1px solid #eee; padding:56px 0; text-indent:49%; }
.inx_ab_nav ul li+li a{border-left:none; }
.inx_ab_nav ul li a  span{ display:block; color:#333333; font-size:24px; line-height:32px; text-align:left;}
.inx_ab_nav ul li a i{ display:block ; color:#999999;  font-size:14px;line-height:20px; text-transform:uppercase; text-align:left;}
.inx_ab_nav ul li:nth-of-type(1) a{ background:url(inx_1.png) no-repeat 26% center;}
.inx_ab_nav ul li:nth-of-type(2) a{ background:url(inx_2.png) no-repeat 26% center;}
.inx_ab_nav ul li:nth-of-type(3) a{ background:url(inx_3.png) no-repeat 26% center;}
.inx_ab_nav ul li:nth-of-type(4) a{ background:url(inx_4.png) no-repeat 26% center;}


/*.inx_pro*/
.mob_inx_pro{ display:none;}
.inx_pro{ margin-top:60px;}
.inx_pro_pic{ background: url(inx_pro.jpg) no-repeat center; height:34vw; overflow:hidden; position:relative;}
.inx_pro_pic .dp{ position:absolute; top:4.8vw; left:18%; }
.inx_pro_pic .dp h3{ font-size:36px; font-weight:bold; color:#FFFFFF; line-height:5.4vw;}
.inx_pro_pic .dp p{font-size:14px; line-height:26px; color:#FFFFFF; width:100%; display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3; overflow:hidden; min-height:80px; }
.inx_pro .pic{ display: inline-block; width:30vw; text-align:center; vertical-align:middle;}
.inx_pro_pic img{ display:inline-block; vertical-align:middle; height:20.8vw; max-width:29.5vw;}
.pro_pic_txt{ display:inline-block; vertical-align:middle; width:calc(49% - 15vw); padding:0 7.2vw 0 7.8vw; position:relative; top:-30px;}
.pro_pic_txt .morebtn{ color:#FFFFFF; border-color:#FFFFFF;margin-top:2.8vw;}
.inx_pro .dp{ display:none; transition: all 1.5s ease 0s; opacity:0;animation: myfirst 5s;
-moz-animation: myfirst 0.5s;	/* Firefox */
-webkit-animation: myfirst 0.5s;	/* Safari 和 Chrome */
-o-animation: myfirst 0.5s;	/* Opera */}
@keyframes myfirst
{
0%   { opacity:0;}
50%   { opacity:0.5;}
100%  { opacity:1;}
}
.inx_pro .dp.on{ display:block; opacity:1;}
/*inx_pro_nav*/
.inx_pro_nav{ width:86%; margin:0 auto; position:relative; margin-top:-105px; }
.inx_pro_nav ul{ }
.inx_pro_nav ul li{ float:left; text-align:center; width:16.5%; background: #FFFFFF; }
.inx_pro_nav ul li+li{ border-left:2px solid#EEEEEE;}
.inx_pro_nav ul li a{ display:block;height:73px; padding-top:137px;}
.inx_pro_nav ul li:nth-of-type(1) a{ background: url(inx_pro1.png) no-repeat center 60px;}
.inx_pro_nav ul li:nth-of-type(2) a{ background: url(inx_pro2.png) no-repeat center 50px;}
.inx_pro_nav ul li:nth-of-type(3) a{ background: url(inx_pro3.png) no-repeat center 50px;}
.inx_pro_nav ul li:nth-of-type(4) a{ background: url(inx_pro4.png) no-repeat center 50px;}
.inx_pro_nav ul li:nth-of-type(5) a{ background: url(inx_pro5.png) no-repeat center 50px;}
.inx_pro_nav ul li:nth-of-type(6) a{ background: url(inx_pro6.png) no-repeat center 50px;}
.inx_pro_nav ul li span{ display:block; font-size:18px; color:#333333; padding-bottom:44px;}
.inx_pro_nav ul li.on span{ border-bottom:6px solid #404040; color:#404040; }
.inx_pro_nav ul li:nth-of-type(1).on a {  background: url(inx_pro_on1.png) no-repeat center 60px;}
.inx_pro_nav ul li:nth-of-type(2).on a{ background: url(inx_pro_on2.png) no-repeat center 50px;}
.inx_pro_nav ul li:nth-of-type(3).on a{ background: url(inx_pro_on3.png) no-repeat center 50px;}
.inx_pro_nav ul li:nth-of-type(4).on a{ background: url(inx_pro_on4.png) no-repeat center 50px;}
.inx_pro_nav ul li:nth-of-type(5).on a{ background: url(inx_pro_on5.png) no-repeat center 50px;}
.inx_pro_nav ul li:nth-of-type(6).on a{ background: url(inx_pro_on6.png) no-repeat center 50px;}



/*inx_news*/
.inx_news{ background: #F5F5F5; padding-top:185px;margin-top:-210px; padding-bottom:100px; }
.inx_news .rq{ width:86%; margin:0 auto;}
.inx_news_l{ width:16.4vw;height:35.9vw; padding-top:80px; padding-left:2.6vw; padding-right:2.6vw; background: url(inx_news.jpg) no-repeat center;  float:left;}
.inx_news_l h2 span{ font-size:3.125vw; line-height:60px; text-transform:uppercase; color:#fff; font-family:arial; font-weight:bold;}
.inx_news_l h2 i{ font-size:16px; color:#fff;}
.inx_news_l h2:after{ content:''; width:50px; height:4px; background: #fff; display:block;margin-top:30px; margin-bottom:40px;}
.inx_news_l p{ color:#FFFFFF;}
.morenews{ display:block ; width:60px;height:60px; border:1px solid #FFFFFF; margin-top:77px; transition:all 1s ease 0s;}
.morenews:after{ content:''; width:30px; height:1px; display: block; background: #FFFFFF; position:relative; left:15px;transition:all 1s ease 0s;}
.morenews:before{ content:''; width:1px; height:30px; display: block; background: #FFFFFF; position:relative; left:50%; top:15px;transition:all 1s ease 0s;}
.inx_news_r{ width:61.54vw; float:right;}



.NewsList_g1{ width:100%; float:left;}
.NewsList_g1 ul{ float:left;}
.NewsList_g1 ul li{ width:100%; float:left;  margin-top:10px; background: #fff; }
.NewsList_g1 ul li h3{ display:block; float:left; width:calc(55.5% - 120px); text-align:left; padding:3.125vw 0 0 60px; }
.NewsList_g1 ul li h3 a{ display:block;  color:#333; font-size:18px; line-height:18px; padding-bottom:20px; transition:all 1s ease 0s; text-overflow:ellipsis; overflow:hidden ; white-space:nowrap;}
.NewsList_g1 ul li p{ display:block; width:calc(55.5% - 120px); float:left; font-size:14px; color:#666; line-height:26px; padding:0 60px;margin-top:2.1vw; display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3; overflow:hidden;}
.NewsList_g1 ul li p.ntime{ color:#999; position: relative; top:-8.95vw;}
.nwimg{ display:block; float:right; width:500px; overflow:hidden; }
.nwimg img{ display:block;width: 500px; height:379.5px; transition:all 1s ease 0s;}
.NewsList_g1 ul li:nth-of-type(1){ margin-top:0;}
.NewsList_g1 ul li:nth-of-type(1) p{ float:right;}
.NewsList_g1 ul li:nth-of-type(1) .nwimg{  float:left;}
a.wmore{ padding:1vw 2.6vw; font-size:14px; color:#666666; border:1px solid #DDDDDD; border-radius:1.5vw; line-height:14px;margin-top:0; transition:all 0.5s ease 0s; display:inline-block;}
.NewsList_g1 ul li p:nth-last-of-type(1){   margin-top:-10px;}
/*页码*/
.page{ display:none;}
a#load_more_button{ display:none;}
/*inx_histroy*/
.inx_history{ height:650px; background: url(inx_history.jpg) no-repeat center; background-size: cover;}
.rq{width:86%; margin:0 auto; padding-top:160px;}
.inx_history h2{  font-size:36px; color:#fff; font-weight:bold; text-align:center; padding-bottom:18px; line-height:36px;}
.inx_history  p{max-width:1200px; display:block; margin:0 auto; text-align:center; font-size:16px; line-height:26px; color:#fff;}
.inx_history .morebtn{ color:#FFFFFF; border-color:#FFFFFF; margin:34px auto 0;}
/*hover效果*/

@media only screen and (min-width:721px){
	.ban_btn a:hover{ color:#fff; background: #404040;}
.morebtn:hover{ color:#FFFFFF; background: #404040;}

.inx_ab_nav ul li:nth-of-type(1):hover a{ background:url(inx_on1.png) no-repeat 26% center;}
.inx_ab_nav ul li:nth-of-type(2):hover a{ background:url(inx_on2.png) no-repeat 26% center;}
.inx_ab_nav ul li:nth-of-type(3):hover a{ background:url(inx_on3.png) no-repeat 26% center;}
.inx_ab_nav ul li:nth-of-type(4):hover a{ background:url(inx_on4.png) no-repeat 26% center;}
.inx_ab_nav ul li:hover{ background: #404040;}
.inx_ab_nav ul li a:hover span{ color:#FFFFFF;}
.inx_ab_nav ul li a:hover i{ color:#FFFFFF;}
.inx_pro_nav ul li:hover span{ border-bottom:6px solid #404040; color:#404040; }
.inx_pro_nav ul li:nth-of-type(1):hover a {  background: url(inx_pro_on1.png) no-repeat center 60px;}
.inx_pro_nav ul li:nth-of-type(2):hover a{ background: url(inx_pro_on2.png) no-repeat center 50px;}
.inx_pro_nav ul li:nth-of-type(3):hover a{ background: url(inx_pro_on3.png) no-repeat center 50px;}
.inx_pro_nav ul li:nth-of-type(4):hover a{ background: url(inx_pro_on4.png) no-repeat center 50px;}
.inx_pro_nav ul li:nth-of-type(5):hover a{ background: url(inx_pro_on5.png) no-repeat center 50px;}
.inx_pro_nav ul li:nth-of-type(6):hover a{ background: url(inx_pro_on6.png) no-repeat center 50px;}
.pro_pic_txt .morebtn:hover{ background: #FFFFFF; color:#404040;}
.morenews:hover{ background: #404040;}
.morenews:hover:after{ background: #fff;}
.morenews:hover:before{ background: #fff;}
.NewsList_g1 ul li:hover h3 a{ color:#404040;}
.NewsList_g1 ul li:hover a.wmore{ color:#fff;background: #404040; border:none;}
.NewsList_g1 ul li:hover .nwimg img{ transform: scale(1.1);}
.mob_pro_txt .morebtn:hover{background: #FFFFFF;color: #404040; }
	}
@media only screen and (min-width:961px){
.morenews:hover{ background: #fff;}
.morenews:hover:after{ background: #404040;}
.morenews:hover:before{ background: #404040;}
	}

/*1680px*/
@media only screen and (max-width:1680px){
	.inx_ab_l{ width: calc(50% - 5.2vw); padding-right:5.2vw;padding-top:3vw;}
	.inx_news_l h2 span{ font-size:3vw; line-height:60px; text-transform:uppercase; color:#fff; font-family:arial; font-weight:bold;}
	.inx_news_l h2 i{ font-size:14px; color:#fff;}
	.NewsList_g1 ul li p.ntime{  top:-10vw;}

	
	
}

/*1440px*/
@media only screen and (max-width:1440px){
	/*banner按钮*/
	.ban_btn a{line-height:3.6vw; padding:0 3.1vw; border-radius:1.8vw;}
	/*inx_ab_nav*/
	.inx_ab_nav{top:0;}

	.inx_ab_nav ul li{ width:50%; }
	.inx_ab_nav ul li+li a{border-left:1px solid #eee; }
	.inx_ab_nav ul li:nth-of-type(2n) a{ border-left:none; }
.inx_ab_nav ul li:nth-of-type(3) a{ border-top:none;}
.inx_ab_nav ul li:nth-of-type(4) a{ border-top:none;}
/*inx_news*/

.NewsList_g1 ul li p:nth-last-of-type(1){   margin-top:-3vw;}
	.NewsList_g1 ul li p.ntime{  top:-11vw;}
.inx_news_l{ width:16.4vw;height:35.9vw; padding-top:4.1vw; padding-left:2.6vw; padding-right:2.6vw; background: url(inx_news.jpg) no-repeat center;  float:left;}
	.inx_news_l h2 span{ font-size:2.5vw; line-height:2.5vw; text-transform:uppercase; color:#fff; font-family:arial; font-weight:bold;}
	.inx_news_l h2 i{ font-size:12px; color:#fff;}
	.morenews{ display:block ; width:3vw;height:3vw; border:1px solid #FFFFFF; margin-top:77px; transition:all 1s ease 0s;}
.morenews:after{ content:''; width:1.5vw; height:1px; display: block; background: #FFFFFF; position:relative; left:0.75vw;transition:all 1s ease 0s;}
.morenews:before{ content:''; width:1px; height:1.5vw; display: block; background: #FFFFFF; position:relative; left:50%; top:0.75vw;transition:all 1s ease 0s;}
	.inx_ab_l h2 span{ font-size:3.6vw; line-height:3.6vw;}
	.inx_ab_l h3 { font-size:1.8vw; line-height:4vw;}
	.inx_ab_l p{ font-size:14px; color:#666666; line-height:24px; padding-top:1.5vw; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden}
.morebtn{ line-height:48px; margin-top:30px;}
/*inx_pro*/
.inx_pro_nav ul li+li{ border-left:1px solid#EEEEEE;}
.inx_pro_nav{ width:86%; margin:0 auto; position:relative; top:-6.6vw; }
	}
/*1320px*/
@media only screen and (max-width:1320px){




	}
/*1200px*/
@media only screen and (max-width:1200px){
	.NewsList_g1 ul li p.ntime{ top:-12vw;}
	
	}
	
	
	
/*960px*/

@media only screen and (max-width:960px){
	/*inx_about*/
	.inx_ab_r{ width:100%; position:relative; top:0; z-index:6; margin:60px 0;}
.inx_ab_l{ width: calc(100% - 5.2vw); padding-right:5.2vw;padding-top:5.2vw;}
.inx_ab_l h2 span{ font-size:60px; line-height:60px; text-transform:uppercase; color:#333333; font-family:arial; font-weight:bold;}
.inx_ab_l h2 i{ font-size:16px; color:#999;}
.inx_ab_l h3 { font-size:30px; line-height:5.2vw; color: #404040;}
.inx_ab_l h3:after{ content:''; width:50px; height:4px; background: #404040; display:block;}
.inx_ab_l p{ font-size:16px; color:#666666; line-height:30px; padding-top:30px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden}
.morebtn{ line-height:53px; border:1px solid #404040; border-radius:27px; width:180px; text-align:center;font-size:14px; color:#404040; display:block; margin-top:54px; transition: all 0.5s ease 0s;}
/*inx_pro*/
.inx_pro_nav{ display:none;}
.inx_pro_pic{ display:none;}
.mob_inx_pro{ display:block; height:105.6vw; background: url(inx_pro2.jpg) no-repeat center; background-size:100%;}
/*mob_pro*/
.mob_pro_con{ display: block; width:70%; margin:0 auto; padding-top:40px;}
.mob_pro_con img{ display:block; max-width:100%; margin:0 auto; margin-bottom:60px;}
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
           /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.swiper-button-next span,.swiper-button-prev span{ display:block; height:60px; width:60px;}
.swiper-button-next span{ background: url(mob_pro1.png) no-repeat center;}
.swiper-button-prev span{ background: url(mob_pro2.png) no-repeat center;}
.mob_pro_txt h3{ color:#FFFFFF; font-size:44px;}
.mob_pro_txt .morebtn{ color:#FFFFFF; border-color:#FFFFFF; display:block; margin:37px auto 0;}


/*inx_news*/
.inx_news{ background: #f5f5f5; padding-top:5.2vw;margin-top:0; }

.inx_news .rq{ width:94%}
.inx_news_l{float:none;width: 100%;background: none; position:relative; height:auto; padding-bottom:45px;}
	.inx_news_l h2 span,.inx_news_l h2 i{ }
	.inx_news_l  h2 span{ font-size:60px; color:#333333; line-height:60px;}
	.inx_news_l h2 i{ color:#999999; font-size:24px;}
	.inx_news_l h2:after,.inx_news_l p{ display:none;}
	.morenews{ position: absolute;border-color: #404040; top:4.1vw; right:7%;   margin:0; width:60px; height:60px; }
	.morenews:before{ }
	.morenews:before,.morenews:after{ background: #404040;}
	.morenews:after{ content:''; width:50%; height:1px; display: block; background: #404040; position:relative; left:25%;transition:all 1s ease 0s;}
.morenews:before{ content:''; width:1px; height:50%; display: block; background: #404040; position:relative; left:50%; top:25%;transition:all 1s ease 0s;}

	.inx_news_r{ float:none; width:100%;}
	.nwimg{ float:none !important; width:100%;}

.NewsList_g1 ul li p.ntime{ position:static; padding:10px 40px 50px;}
.NewsList_g1 ul li h3{ float:none; padding:0; width:100%; line-height:76px; padding-top:35px;}
.NewsList_g1 ul li h3 a{ padding:0; font-size:28px ; color:#404040; line-height:76px; padding:0 40px;}
.NewsList_g1 ul li p{float:none !important;width: calc(100% - 80px);padding: 0 40px;   margin:0; font-size:18px; line-height:36px; color:#666666; font-weight:normal;    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
	.NewsList_g1 ul li{ margin-top:40px;}
.NewsList_g1 ul li p:nth-last-of-type(1){ margin:0; display:none;}

.NewsList_g1 ul li:nth-of-type(2) .nwimg{ display:none;}
	}
	


/*72px*/

@media only screen and (max-width:720px){
	.banner{ position:relative;}
	.ban_btn{ position:absolute; z-index:4; display:inline-block; top:48vw; left:7%; display:none;}
.ban_btn a{display:block;font-size:14px;color:#404040;line-height: 8.3vw;padding: 0 7.2vw;background: #fff;border-radius: 4.2vw;transition:all 0.5s ease 0s;}

.about{ width:92%; margin:0 4%;}
.inx_ab_nav ul li a{ background-size:9vw !important;}
.inx_ab_nav ul li a{ padding:5vw 0; }
.inx_ab_nav ul li a span{font-size:3.3vw; line-height:4.4vw;}
.inx_ab_nav ul li a i{ display:none;}
.inx_ab_l h2 span{ font-size:8.3vw;}	
.inx_ab_l h2 i{ font-size:3.3vw;}
.inx_ab_l h3{font-size:5vw; line-height:15.2vw;}
.inx_ab_l{width:100%;float: none;padding-right: 0;}
.inx_ab_l p{ font-size:3.3vw; line-height:5vw; padding-top:4.1vw;}
.morebtn{margin-top:7.5vw;width: 30.55vw;line-height: 7.5vw;}
.inx_ab_l h3:after{ }

.inx_ab_r{ margin:8.3vw 0; }
.inx_pro { margin-top:11.1vw;}
.mob_pro_con img{ margin-bottom:8.3vw; height:50vw;}
.mob_pro_con{ max-height:100%; padding:5.55vw 0 0 ; margin:0;}
.mob_pro_txt h3{ font-size:6.1vw;}
.swiper-button-next, .swiper-button-prev{ width:8.3vw; height:8.3vw;}
.swiper-button-next span, .swiper-button-prev span{width:8.3vw; height:8.3vw; background-size:3vw;}
.inx_news{padding-top:0; padding-bottom:13.89vw;}
.inx_news .rq{ padding-top:8.6vw;}
	.inx_news_l  h2 span{ font-size:8.3vw; color:#333333; line-height:8.3vw;}
	.inx_news_l h2 i{ font-size:3.3vw;}

.morenews{ position: absolute;border-color: #404040; top:4.1vw; right:7%;   margin:0; width:8.3vw; height:8.3vw; }
	.morenews:before{ }
	.morenews:before,.morenews:after{ background: #404040;}
	.morenews:after{ content:''; width:50%; height:1px; display: block; background: #404040; position:relative; left:25%;transition:all 1s ease 0s;}
.morenews:before{ content:''; width:1px; height:50%; display: block; background: #404040; position:relative; left:50%; top:25%;transition:all 1s ease 0s;}
.inx_news_l{float:none;width: 100%;background: none; position:relative; height:auto; padding-bottom:6.25vw; padding-left:0; padding-right:0;}
.NewsList_g1 ul{ float:none;}

.NewsList_g1 ul li h3{ float:none; padding:0; width:100%; line-height:10.55vw; padding-top:5vw;}
.NewsList_g1 ul li h3 a{ padding:0; font-size:3.88vw; color:#404040; line-height:10.55vw; padding:0 5.55vw;}
.NewsList_g1 ul li p{float:none !important;width: calc(100% - 11.1vw);padding: 0 5.55vw;   margin:0; font-size:3.3vw; line-height:5vw;}
.NewsList_g1 ul li p.ntime{ position:static; padding:10px 5.55vw 50px;}
.NewsList_g1 ul li{ margin-top:5.55vw;}

.inx_history{ height:94.44vw; background: url(inxm_history.jpg) no-repeat center; background-size: cover;}
.rq{ width:92%; margin:0 4%; padding-top:18.75vw;}

.inx_history h2{  font-size:4.167vw; color:#404040; font-weight:bold; text-align:center; padding-bottom:2.5vw; line-height:4.167vw;}
.inx_history  p{max-width:100%; display:block; margin:0 auto; text-align:center; font-size:3.3vw; line-height:1.86; color:#666666;}
.inx_history .morebtn{ margin:6.7vw auto 0; line-height:8.3vw; font-size:3.3vw;border-radius:4.2vw; background: #404040; color:#FFFFFF;}


	}


.yewufanwei{ padding:80px 0 0px;}
.yewufanweis .list{ padding-bottom:30px;}
.yewufanweis .list ul{ margin-right:-20px;}
.yewufanweis .list li{ float:left; position:relative; margin-bottom:40px;}
.yewufanweis .list li .box{ width:292px; height:354px; margin-right:20px; border:#F8F8F8 solid 1px;}
.yewufanweis .list li .imgDiv{ border:#F8F8F8 solid 1px; position:relative; }
.yewufanweis .list li .imgDiv img { width:290px; height:152px;}
.yewufanweis .list li .hideBox{ position:absolute; left:0px; top:0px; display:none; z-index:11; width:100%; background:url(bg3.png) repeat;} 
.yewufanweis .list li .botDiv{ height:200px; text-align:center;}
.yewufanweis .list li .name{ font-size:20px; padding-top:15px; height:24px; overflow:hidden;}
.yewufanweis .list li .msg{ font-size:14px; color:#bababa; padding-top:12px; padding:15px;}
.yewufanweis .list li .ico{ position:absolute; left:50%; top:50%; margin-left:-22px; margin-top:-17px;}
.yewufanweis .list li:hover .box{ box-shadow:4px 10px 10px rgba(17,68,122,0.3); -moz-box-shadow:4px 10px 10px rgba(17,68,122,0.3); -webkit-box-shadow:4px 10px 10px rgba(17,68,122,0.3);}
.yewufanweis .list li:hover .imgDiv{ border:#346085 solid 1px;}
.yewufanweis .list li:hover .botDiv{ background:url(bg1.jpg) repeat;}
.yewufanweis .list li:hover .name{ color:#fff;}
.yewufanweis .list li:hover .msg{ color:#fff;}
















